ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Properties Class / SetValue Method / SetValue<T>(Int32,T) Method
Index of the property
Value of the property

In This Topic
    SetValue<T>(Int32,T) Method
    In This Topic
    Sets the named property to the given value.
    Syntax
    'Declaration
     
    Public Overloads Sub SetValue(Of T As ComObject)( _
       ByVal index As Integer, _
       ByVal value As T _
    ) 
    public void SetValue<T>( 
       int index,
       T value
    )
    where T: ComObject

    Parameters

    index
    Index of the property
    value
    Value of the property

    Type Parameters

    T
    See Also